setScreenSharing method
Implementation
@override
void setScreenSharing({required String targetId, required bool isSharing}) {
_subscribers[targetId]?.setScreenSharing(isSharing);
_notify(CallbackEvents.shouldBeUpdateState);
}
@override
void setScreenSharing({required String targetId, required bool isSharing}) {
_subscribers[targetId]?.setScreenSharing(isSharing);
_notify(CallbackEvents.shouldBeUpdateState);
}