To find the a user or channel SIP URI depends on your method of token generation.
If you are doing server side token generation, use the following methods:
To check a login SIP URI:
Unreal/Unity
AccountId accountId;
accountId.ToString();
To check a channel SIP URI:
Unreal/Unity
ChannelId channelId;
channelId.ToString();
Comments
0 comments
Article is closed for comments.