1.主函数运行

  主函数启动后,会像MFC那样,创建并启动ARDAppDelegate实例。 

webrtc-ios-demo分析

2.主窗口显示

ARDMainViewController设置为主窗口控制器,并显示ARDMainView描述的主窗口。

webrtc-ios-demo分析

webrtc-ios-demo分析 

3.点击call 后,进入对话页面。

    用户点击主界面的call 后,ARDMainView 把消息传递给ARDMainViewController 的didInputRoom,ARDMainViewController模态显示通话ARDVideoCallViewController。

webrtc-ios-demo分析

webrtc-ios-demo分析 

webrtc-ios-demo分析 

3.点击call 后,进入对话页面。

相关文章:

  • 2021-05-12
  • 2021-12-16
  • 2021-08-13
  • 2021-08-26
  • 2022-02-03
  • 2021-09-07
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-24
  • 2022-12-23
  • 2022-12-23
  • 2021-10-11
  • 2022-12-23
相关资源
相似解决方案