enableIOSPIP method
Implementation
Future<void> enableIOSPIP(
String streamID, {
int aspectWidth = 9,
int aspectHeight = 16,
}) async {
return await ZegoUIKitPluginPlatform.instance.enableIOSPIP(
streamID,
aspectWidth: aspectWidth,
aspectHeight: aspectHeight,
);
}