通过本文,您可以了解快速运行Windows Demo的操作方法,实现加入频道和远端用户进行音视频通信。
authinfo.channel = CStringToAliString(m_sLoginInfo.s_strRoomID);
authinfo.user_id = "a9e28****";
authinfo.appid = "aoe****";
authinfo.nonce = "AK-e5babe72e81a54fb9f580d4****";
authinfo.token = "39cf7cde****";
authinfo.gslb.AddString("https://rgslb.rtc.aliyuncs.com");
authinfo.agent.AddString("");
authinfo.timestamp = 1585363086;//过期时间戳,例如:1560588594代表过期时间为2019-06-15 16:49:54。
如果您想和Web端连接,请选中兼容H5模式。推送视频流请选中视频流,推送音频流请选中音频流。
您也可以勾选屏幕共享把自己的屏幕分享给远端用户。
在文档使用中是否遇到以下问题
更多建议
匿名提交