You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the focus of a conference shares a region of the desktop and tries to move the window, the following exceptions occur:
org.jitsi.impl.neomedia.device.VideoTranslatorMediaDevice cannot be cast to org.jitsi.impl.neomedia.device.MediaDeviceImpl
java.lang.ClassCastException: org.jitsi.impl.neomedia.device.VideoTranslatorMediaDevice cannot be cast to org.jitsi.impl.neomedia.device.MediaDeviceImpl
at org.jitsi.impl.neomedia.VideoMediaStreamImpl.movePartialDesktopStreaming(VideoMediaStreamImpl.java:986)
at net.java.sip.communicator.impl.protocol.sip.OperationSetDesktopStreamingSipImpl.movePartialDesktopStreaming(OperationSetDesktopStreamingSipImpl.java:306)
And:
org.jitsi.impl.neomedia.device.VideoTranslatorMediaDevice cannot be cast to org.jitsi.impl.neomedia.device.MediaDeviceImpl
java.lang.ClassCastException: org.jitsi.impl.neomedia.device.VideoTranslatorMediaDevice cannot be cast to org.jitsi.impl.neomedia.device.MediaDeviceImpl
at org.jitsi.impl.neomedia.MediaServiceImpl.getOriginForDesktopStreamingDevice(MediaServiceImpl.java:1336)
at net.java.sip.communicator.impl.protocol.sip.OperationSetDesktopStreamingSipImpl.getOriginForMediaDevice(OperationSetDesktopStreamingSipImpl.java:338)
at net.java.sip.communicator.impl.protocol.sip.OperationSetDesktopStreamingSipImpl.setLocalVideoAllowed(OperationSetDesktopStreamingSipImpl.java:213)
When the focus of a conference shares a region of the desktop and tries to move the window, the following exceptions occur:
And:
(Issue migrated from https://trac.jitsi.org/ticket/1210)
The text was updated successfully, but these errors were encountered: