snapshotRemoteVideo method

dynamic snapshotRemoteVideo(
  1. String userId
)

Implementation

snapshotRemoteVideo(String userId) async {
  await TRTC.snapshotRemoteVideo(userId, null);
}