Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要有关 xamarin 中 vidyo.io SDK 的帮助。出于示例目的,我基于提供的 github 存储库进行编码。我的问题是我在自定义渲染器中看不到相机预览。
您必须在 VidyoController.cs 中找到 RefreshUI() 方法并添加:
_connector.AssignViewToCompositeRenderer(_videoView.Handle, Connector.ConnectorViewStyle.ConnectorviewstyleDefault, 15);
在 _connector.ShowViewAt(....); 之前 它会将您的视图重新分配为显示预览