mediasoup_elixir v0.9.1
  • Pages
  • Modules

    View Source Mediasoup.Transport protocol (mediasoup_elixir v0.9.1)

    https://mediasoup.org/documentation/v3/mediasoup/api/#Transport

    Link to this section Summary

    Types

    t()

    Functions

    close(transport)
    closed?(transport)
    consume(transport, option)
    consume_data(transport, option)
    dump(transport)
    event(transport, listener)
    get_stats(transport)
    id(transport)
    produce(transport, option)
    produce_data(transport, option)
    sctp_parameters(transport)
    sctp_state(transport)

    Link to this section Types

    Link to this type

    t()

    View Source
    @type t() :: term()

    Link to this section Functions

    Link to this function

    close(transport)

    View Source
    Link to this function

    closed?(transport)

    View Source
    Link to this function

    consume(transport, option)

    View Source
    Link to this function

    consume_data(transport, option)

    View Source
    Link to this function

    dump(transport)

    View Source
    Link to this function

    event(transport, listener)

    View Source
    Link to this function

    get_stats(transport)

    View Source
    Link to this function

    id(transport)

    View Source
    Link to this function

    produce(transport, option)

    View Source
    Link to this function

    produce_data(transport, option)

    View Source
    Link to this function

    sctp_parameters(transport)

    View Source
    Link to this function

    sctp_state(transport)

    View Source

    On Hex.pm: Package Preview (current file)

    Built using ExDoc (v0.29.0) for the Elixir programming language