Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transports can be null #666

Merged
merged 8 commits into from Jun 2, 2016
Merged

transports can be null #666

merged 8 commits into from Jun 2, 2016

Conversation

aboba
Copy link
Contributor

@aboba aboba commented May 19, 2016

RTCRtpSender.transport and RTCRtpReceiver.transport can be null since the DTLS transports only come into existence after calls to setLocalDescription() and setRemoteDescription().

Related to Issue #651

aboba added 5 commits May 19, 2016 09:17
RTCRtpSender.transport and RTCRtpReceiver.transport can be null since the DTLS transports only come into existence after calls to setLocalDescription() and setRemoteDescription().

Still work-in-progress (do not merge yet).

Related to Issue #651
Add text to clarify
More clarifications
Updates
More updates
@aboba
Copy link
Contributor Author

aboba commented May 19, 2016

@taylor-b Can you review?

@taylor-b
Copy link
Contributor

lgtm

aboba added 3 commits May 26, 2016 10:59
Add text about RTCIceTransport construction and remove text relating to destruction of RTCDtlsTransport objects.
Delete DTLS transport construction text
Remove DTLS transport text
@pthatcherg
Copy link
Contributor

lgtm

@alvestrand alvestrand merged commit ac44bce into master Jun 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants