publishScreen abstract method

Future<int?> publishScreen(
  1. MediaStreamType type
)

在当前所在房间内发布本地屏幕共享音视频流

type 媒体流类型,用于指定发布音频/视频

返回值:

  • 0:调用成功;
  • <0:调用失败,具体原因参看 ReturnStatus

注意:

Implementation

Future<int?> publishScreen(MediaStreamType type);