EnableDataChannelBlockWrite allows data channels to block on write, it only works if DetachDataChannels is enabled.
(nonblockWrite bool)
| 219 | // EnableDataChannelBlockWrite allows data channels to block on write, |
| 220 | // it only works if DetachDataChannels is enabled. |
| 221 | func (e *SettingEngine) EnableDataChannelBlockWrite(nonblockWrite bool) { |
| 222 | e.dataChannelBlockWrite = nonblockWrite |
| 223 | } |
| 224 | |
| 225 | // SetSRTPProtectionProfiles allows the user to override the default SRTP Protection Profiles |
| 226 | // The default srtp protection profiles are provided by the function `defaultSrtpProtectionProfiles`. |
no outgoing calls