From 70c77cdc44698104c11c222dc630bbcc26a27f3e Mon Sep 17 00:00:00 2001 From: trilene Date: Sun, 21 Feb 2021 16:30:10 -0500 Subject: Display screen sharing content locally --- src/WebRTCSession.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/WebRTCSession.h') diff --git a/src/WebRTCSession.h b/src/WebRTCSession.h index 24ae9a17..fc637193 100644 --- a/src/WebRTCSession.h +++ b/src/WebRTCSession.h @@ -52,7 +52,7 @@ public: bool havePlugins(bool isVideo, std::string *errorMessage = nullptr); webrtc::CallType callType() const { return callType_; } webrtc::State state() const { return state_; } - bool haveLocalCamera() const; + bool haveLocalPiP() const; bool isOffering() const { return isOffering_; } bool isRemoteVideoRecvOnly() const { return isRemoteVideoRecvOnly_; } bool isRemoteVideoSendOnly() const { return isRemoteVideoSendOnly_; } @@ -64,7 +64,7 @@ public: bool isMicMuted() const; bool toggleMicMute(); - void toggleCameraView(); + void toggleLocalPiP(); void end(); void setTurnServers(const std::vector &uris) { turnServers_ = uris; } -- cgit 1.5.1