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

Commits on May 19, 2016

  1. transports can be null

    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
    aboba committed May 19, 2016
    Configuration menu
    Copy the full SHA
    5a5b89d View commit details
    Browse the repository at this point in the history
  2. Add text to clarify

    Add text to clarify
    aboba committed May 19, 2016
    Configuration menu
    Copy the full SHA
    3913ecc View commit details
    Browse the repository at this point in the history
  3. More clarifications

    More clarifications
    aboba committed May 19, 2016
    Configuration menu
    Copy the full SHA
    1fde1b9 View commit details
    Browse the repository at this point in the history
  4. Updates

    Updates
    aboba committed May 19, 2016
    Configuration menu
    Copy the full SHA
    d866b31 View commit details
    Browse the repository at this point in the history
  5. More updates

    More updates
    aboba committed May 19, 2016
    Configuration menu
    Copy the full SHA
    9ff9b26 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2016

  1. Update text

    Add text about RTCIceTransport construction and remove text relating to destruction of RTCDtlsTransport objects.
    aboba committed May 26, 2016
    Configuration menu
    Copy the full SHA
    487e210 View commit details
    Browse the repository at this point in the history
  2. Delete DTLS transport construction text

    Delete DTLS transport construction text
    aboba committed May 26, 2016
    Configuration menu
    Copy the full SHA
    e55253e View commit details
    Browse the repository at this point in the history
  3. Remove DTLS transport text

    Remove DTLS transport text
    aboba committed May 26, 2016
    Configuration menu
    Copy the full SHA
    12558c6 View commit details
    Browse the repository at this point in the history