Hi I’m using IOS SDK in our application, We want to enable to Video bitrate options. So we did it in Android using the fallowing method.
But didn’t find any way to implement in IOS, could anyone please help me out in this ?
mPlayer.getTrackManager().switchTrack(TrackType.VIDEO, 3); This method we used in android