Home
last modified time | relevance | path

Searched refs:_outgoingAudioChannel (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/
H A DInstanceV2Impl.cpp600 _outgoingAudioChannel->SetPayloadTypeDemuxingEnabled(false); in OutgoingAudioChannel()
611 _outgoingAudioChannel->SignalSentPacket().disconnect(this); in ~OutgoingAudioChannel()
613 _outgoingAudioChannel->Enable(false); in ~OutgoingAudioChannel()
614 _channelManager->DestroyVoiceChannel(_outgoingAudioChannel); in ~OutgoingAudioChannel()
615 _outgoingAudioChannel = nullptr; in ~OutgoingAudioChannel()
622 _outgoingAudioChannel->Enable(!_isMuted); in setIsMuted()
637 cricket::VoiceChannel *_outgoingAudioChannel = nullptr; member in tgcalls::__anonf6f2390d0111::OutgoingAudioChannel
1351 _outgoingAudioChannel.reset(new OutgoingAudioChannel( in createNegotiatedChannels()
1743 if (_outgoingAudioChannel) { in setMuteMicrophone()
1744 _outgoingAudioChannel->setIsMuted(muteMicrophone); in setMuteMicrophone()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/tgcalls/tgcalls/group/
H A DGroupInstanceCustomImpl.cpp1792 if (!_outgoingAudioChannel) { in destroyOutgoingAudioChannel()
1799 _outgoingAudioChannel->Enable(false); in destroyOutgoingAudioChannel()
1800 _channelManager->DestroyVoiceChannel(_outgoingAudioChannel); in destroyOutgoingAudioChannel()
1802 _outgoingAudioChannel = nullptr; in destroyOutgoingAudioChannel()
1806 if (_outgoingAudioChannel) { in createOutgoingAudioChannel()
1868 _outgoingAudioChannel->SetPayloadTypeDemuxingEnabled(false); in createOutgoingAudioChannel()
1872 _outgoingAudioChannel->Enable(true); in createOutgoingAudioChannel()
2934 if (!_isMuted && !_outgoingAudioChannel) { in setIsMuted()
2942 if (_outgoingAudioChannel) { in onUpdatedIsMuted()
2945 _outgoingAudioChannel->Enable(!_isMuted); in onUpdatedIsMuted()
[all …]