在会议创建的情况下创建焦点

在会议创建的情况下创建焦点

本文介绍了在会议创建的情况下创建焦点(会议uri)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

全部好,

如果使用UCCA api加入会议,我们使用以下方法,

In case of joining to conference using UCCA api, we use the following method,

this.conferenceSession .Enter(strConfURI,null);

                this.conferenceSession.Enter(strConfURI, null);                   

其中strConfURI的形式为confURI =" sip:[email protected]; gruu; opaque = app:conf:focus:id:23BE82117C30A74696CDADCBD07320A9"

where strConfURI is in the form of confURI="sip:[email protected];gruu;opaque=app:conf:focus:id:23BE82117C30A74696CDADCBD07320A9"

我的问题是,

如何生成此FOCUS编号(23BE82117C30A74696CDADCBD07320A9)。如果有人帮助我,那将是非常有帮助的 - 提前谢谢。

how to generated this FOCUS number (23BE82117C30A74696CDADCBD07320A9). It would be really great help if somebody helps me out - Thanks in advance.

最好的问候,

Seshu Kumar。

Seshu Kumar.

推荐答案

如果您尝试使用Microsoft.Rtc.Signaling命名空间加入会议,这是一个非常复杂的过程,需要大量详细的协议知识,这些知识很难通过此论坛获得。

If you are trying to join a conference using the Microsoft.Rtc.Signaling namespace, this is a very complicated process and requires lots of detailed protocol knowlege that would be very difficult to gain through this forum.

我相信Microsoft提供的许可证可以提供有关协议的更多详细信息,但我不熟悉该程序。其他人可能需要跟进适当的细节。

I believe there is a license avaialble from Microsoft that gives more details about the protocol, but I'm not familiar with the program. Someone else may need to follow up with the approprate details.

你最好的选择可能是等待下一个发布将公开支持会议。

Your best option may be to wait for the next release which will have public support for conferencing.


这篇关于在会议创建的情况下创建焦点(会议uri)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-15 12:45