public void reportVideoMuteEvent(boolean mute) {
   videoComponentCallbacks.onVideoMuteEvent(appOffer.getId(), mute);
 }