Fix one-way video calls

This commit is contained in:
trilene 2020-12-17 12:45:54 -05:00 committed by Nicolas Werner
parent 7124024977
commit 459c59901e
4 changed files with 27 additions and 2 deletions

View file

@ -43,6 +43,7 @@ public:
bool havePlugins(bool isVideo, std::string *errorMessage = nullptr);
webrtc::State state() const { return state_; }
bool isVideo() const { return isVideo_; }
bool haveLocalVideo() const;
bool isOffering() const { return isOffering_; }
bool isRemoteVideoRecvOnly() const { return isRemoteVideoRecvOnly_; }