rtmp v0.2.0 Rtmp.ClientSession.Events.PublishResponseReceived

Indicates that the server has accepted or rejected our request for publishing on a specific stream key

Summary

Types

t()
t() :: %Rtmp.ClientSession.Events.PublishResponseReceived{response_text: String.t, stream_key: Rtmp.stream_key, was_accepted: boolean}