startPlayRemoteVideo abstract method

void startPlayRemoteVideo(
  1. String userId,
  2. TUIVideoStreamType streamType,
  3. TUIPlayCallback? playCallback
)

5.2 Start Playing Remote User Video

Implementation

void startPlayRemoteVideo(String userId, TUIVideoStreamType streamType,
    TUIPlayCallback? playCallback);