简体   繁体   English

OpenTok 在 IOS 上的 MS Teams 集成中有重复会话

[英]OpenTok has duplicated sessions in MS Teams integration on IOS

guys.伙计们。 I use IPhone 7 (IOS version is 15.0).我使用 iPhone 7(IOS 版本为 15.0)。 I am integrating app in MS Teams application.我正在将应用程序集成到 MS Teams 应用程序中。 My app uses OpenTok.我的应用程序使用 OpenTok。 I faced with the next problem: when user open tab of my app in meeting, new session created.我面临下一个问题:当用户在会议中打开我的应用程序的选项卡时,创建了新的 session。 It's correct.这是正确的。 After that user returns to the main screen of the meeting (session of my app is on - it's correct too) and opens tab of my app again.在该用户返回到会议的主屏幕之后(我的应用程序的会话已打开 - 这也是正确的)并再次打开我的应用程序的选项卡。 When tab opens old session is continuing to work and new session created too.打开旧session时,也继续工作,新的session也创建了。 And that is wrong, because i expect that old session will be destroy (like on desktop version).这是错误的,因为我希望旧的 session 会被破坏(就像在桌面版本上一样)。 I have one code for desktop and mobile.我有一个适用于桌面和移动设备的代码。 I would appreciate any help.我将不胜感激任何帮助。

From our sessions docs , OpenTok sessions do not expire.从我们的会话文档中,OpenTok 会话不会过期。 However, authentication tokens do expire.但是,身份验证令牌确实会过期。 Also, note that sessions cannot explicitly be destroyed.另外,请注意会话不能显式销毁。 You can create very short-lived tokens, so when a user leaves a tab they will not be able to reenter.您可以创建非常短暂的令牌,因此当用户离开选项卡时,他们将无法重新进入。 More information is available here: https://tokbox.com/developer/guides/create-token/更多信息可在此处获得: https://tokbox.com/developer/guides/create-token/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 iOS OpenTok音频视频通话已禁用视频,原因是在iOS Simulator和路由会话上未记录的原因 - iOS OpenTok audio-video call has video disabled with an undocumented reason on iOS Simulator and routed sessions 如何断开Opentok iOS中所有正在运行的会话 - How can I disconnect all the running sessions in opentok iOS ms 团队深层链接不适用于 ios 应用程序 - ms teams deep link not working for ios app 自适应卡片提交操作在 iOS 移动应用程序上的 MS Teams 中不起作用 - Adaptive card Submit Actions are not working in MS Teams on iOS mobile app OpenTok(iOS)-在一名参与者将应用程序置于后台的情况下启动视频聊天的最佳做法 - OpenTok (iOS) - Best practice to start a video chat when one participant has the app in background 使用 opentok 在 iOS 中共享屏幕 - Screen Sharing in iOS using opentok Parse.com OpenTok集成错误 - Parse.com OpenTok Integration Error Adaptive Card 水平对齐属性为“Center”或“Right”在 iOS 移动应用程序上的 MS Teams 中不起作用 - Adaptive Card horizontal alignment property to "Center" or "Right" is not working in MS Teams on iOS mobile app HeroCard Action 在 MS Teams iOS 中无法使用 2.0.10 版更新于 2020 年 5 月 8 日 - HeroCard Action does not work in MS Teams iOS from version 2.0.10 updated May 8 2020 Android opentok视频聊天android to ios问题 - Android opentok video chat android to ios issue
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM