When RTCPeer receives the [`onicecandidate` event](/paradigmpost/rtcpeer/blob/8423294/src/rtc/peer/index.ts#L91), it has the opportunity to [prevent ICE trickling](https://muaz-khan.blogspot.com/2015/01/disable-ice-trickling.html). Should the consumer of RTCPeer be given the option to "disable" ICE trickling, or a callback to override the data sent to RTCPeer events?
When RTCPeer receives the
onicecandidateevent, it has the opportunity to prevent ICE trickling.Should the consumer of RTCPeer be given the option to "disable" ICE trickling, or a callback to override the data sent to RTCPeer events?