MCPcopy
hub / github.com/pion/webrtc / setCurrentRemoteDirection

Method setCurrentRemoteDirection

rtptransceiver.go:302–304  ·  view source on GitHub ↗
(d RTPTransceiverDirection)

Source from the content-addressed store, hash-verified

300}
301
302func (t *RTPTransceiver) setCurrentRemoteDirection(d RTPTransceiverDirection) {
303 t.currentRemoteDirection.Store(d)
304}
305
306func (t *RTPTransceiver) getCurrentRemoteDirection() RTPTransceiverDirection {
307 if v, ok := t.currentRemoteDirection.Load().(RTPTransceiverDirection); ok {

Callers 1

SetRemoteDescriptionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected