Skip to content

Commit

Permalink
Fix RTP transceiver direction mapping (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
shepeliev authored Dec 15, 2024
1 parent dcff9d9 commit 625e1f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ internal fun RtpTransceiverDirection.asNative(): AndroidRtpTransceiver.RtpTransc
RtpTransceiverDirection.SendOnly -> AndroidRtpTransceiver.RtpTransceiverDirection.SEND_ONLY
RtpTransceiverDirection.RecvOnly -> AndroidRtpTransceiver.RtpTransceiverDirection.RECV_ONLY
RtpTransceiverDirection.Inactive -> AndroidRtpTransceiver.RtpTransceiverDirection.INACTIVE
RtpTransceiverDirection.Stopped -> AndroidRtpTransceiver.RtpTransceiverDirection.INACTIVE
RtpTransceiverDirection.Stopped -> AndroidRtpTransceiver.RtpTransceiverDirection.STOPPED
}
}

0 comments on commit 625e1f6

Please sign in to comment.