Thomas Plotkowiak wrote: > Hi > > I was wondering in terms of traffic: > > Lets say A calls B. (pjsua_call_make_call) > A and B have a conference in a conference bridge. > > If i disconnect A from B in the conference using > (_pjsua_conf_disconnect) while still holding the call, what happens to > the data that is transmitted? > Do i still transmit data from A to B and thgen mute it on the receiver > side, or do i simply not transmit any audio data, only the data > necessary to maintain the call? If a stream does not have anything transmitted to it (e.g. it's being disconnected from the bridge, or if the input signal is silence), then whether it transmits or not depends on the VAD setting of that stream. If VAD is enabled (fyi VAD also implies DTX in pjmedia), then the stream will not transmit audio, only an RTP packet every second or so to keep the NAT binding alive. cheers, -benny > Cheers > Thomas