To use SubscribeEventStatus soap API, we need to provide event ids. How to get these eventids. I looked into systemxmlinfo and <event> was configured as No

There is a function GetAllStatusEventMessages

Thanks a lot Bo

I tried to look for GetAllStatusEventMessage in RecorderStatusService2 but couldn’t find it. Can you please help in locating this method

For protocol I suggest you do either -or

Look at the documented events a take those you want to use

https://developer.milestonesys.com/s/question/0D50O00004PkaTVSAZ/is-there-another-way-to-customise-the-playbackwpfusercontrol-control-given-that-the-class-is-sealed

Run the SystemStatusClientConsole sample with a breakpoint after line 57, explore the result and take those event you want to use.

http://doc.developer.milestonesys.com/html/index.html?base=samples/systemstatusclientconsole.html&tree=tree_2.html

PS. I mentioned a function that is not on the soap protocols but a component implementation, so it was not a good reply, sorry..