sendScreenCaptureExtensionMessage abstract method
Sends custom messages to screen sharing Extension. For iOS only.
Call this API after calling RTCVideo.startScreenCapture
Implementation
Future<int?> sendScreenCaptureExtensionMessage(Uint8List message);