setTrackParameters method
Sets the video track parameters (used to select quality of the video)
Implementation
Future<void> setTrackParameters(
int? textureId, int? width, int? height, int? bitrate) {
throw UnimplementedError('setTrackParameters() has not been implemented.');
}