Closed evdokimovs closed 2 years ago
Closes #41
Currently, Jason supports remote media disabling/enabling only for whole Room. But we need functional of the partial media disabling/enabling on the ConnectionHandle level.
Room
ConnectionHandle
This PR implements new ConnectionHandle methods:
ConnectionHandle.enable_remote_video
ConnectionHandle.disable_remote_video
ConnectionHandle.enable_remote_audio
ConnectionHandle.disable_remote_audio
Draft:
k::
Implement `Connection` media state management (#43, #41)
Closes #41
Synopsis
Currently, Jason supports remote media disabling/enabling only for whole
Room
. But we need functional of the partial media disabling/enabling on theConnectionHandle
level.This PR implements new
ConnectionHandle
methods:ConnectionHandle.enable_remote_video
ConnectionHandle.disable_remote_video
ConnectionHandle.enable_remote_audio
ConnectionHandle.disable_remote_audio
Checklist
Draft:
prefixk::
labels appliedDraft:
prefix is removed