CorePeerConnectionSignals
Properties
| Property | Type |
|---|---|
onAnswer | Signal<RTCSessionDescriptionInit> |
onOffer | Signal<RTCSessionDescriptionInit> |
onOfferIgnored | Signal<undefined> |
onError | Signal<{ message: ErrorMessage; context: Error; }> |