- (void)peerConnection {
RTCConfiguration* configuration = [RTCConfiguration new];
configuration.bundlePolicy = RTCBundlePolicyMaxCompat;
configuration.iceTransportPolicy = RTCIceTransportPolicyRelay;
configuration.iceServers = self.iceServers;
self.peerConnection =
[self.peerCF peerConnectionWithConfiguration:configuration
constraints:sdpConstraints
delegate:self];
[self initLocalMediaStream];
}
OfferToReceiveVideo = false
OfferToReceiveAudio = true
DtlsSrtpKeyAgreement = true
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrtc+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/2df24b0b-1c59-4d09-9f6a-ed7e7dcec8ea%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrtc+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/4b3c8bcd-ee81-49e3-8d66-76903c31d980%40googlegroups.com.