| Index: talk/session/media/channel.h
|
| diff --git a/talk/session/media/channel.h b/talk/session/media/channel.h
|
| index dec5c985ae164cef0968c6ab3741f65974ba0422..ac8736e53fc68b4b05efa8dafff30b337be5adc4 100644
|
| --- a/talk/session/media/channel.h
|
| +++ b/talk/session/media/channel.h
|
| @@ -343,7 +343,7 @@ class VoiceChannel : public BaseChannel {
|
| // Configure sending media on the stream with SSRC |ssrc|
|
| // If there is only one sending stream SSRC 0 can be used.
|
| bool SetAudioSend(uint32 ssrc,
|
| - bool mute,
|
| + bool enable,
|
| const AudioOptions* options,
|
| AudioRenderer* renderer);
|
|
|
| @@ -486,7 +486,7 @@ class VideoChannel : public BaseChannel {
|
|
|
| // Configure sending media on the stream with SSRC |ssrc|
|
| // If there is only one sending stream SSRC 0 can be used.
|
| - bool SetVideoSend(uint32 ssrc, bool mute, const VideoOptions* options);
|
| + bool SetVideoSend(uint32 ssrc, bool enable, const VideoOptions* options);
|
|
|
| private:
|
| typedef std::map<uint32, VideoCapturer*> ScreencastMap;
|
|
|