setLocalTextureRender method
Implementation
Future<void> setLocalTextureRender(int viewId, TRTCVideoStreamType streamType) async {
await _channel.invokeMethod('setLocalTextureRender', {"viewId": viewId, "streamType": streamType.value()});
}
Future<void> setLocalTextureRender(int viewId, TRTCVideoStreamType streamType) async {
await _channel.invokeMethod('setLocalTextureRender', {"viewId": viewId, "streamType": streamType.value()});
}