Documentation
¶
Index ¶
- Constants
- func GetPubMediaPath(rid, mid string, ssrc uint32) string
- func GetPubMediaPathKey(rid string) string
- func GetPubNodePath(rid, uid string) string
- func GetRIDMIDUIDFromMediaKey(key string) (string, string, string)
- func GetUIDFromMID(mid string) string
- func GetUserInfoPath(rid, uid string) string
Constants ¶
View Source
const ( // client to ion ClientLogin = "login" ClientJoin = "join" ClientLeave = "leave" ClientPublish = "publish" ClientUnPublish = "unpublish" ClientSubscribe = "subscribe" ClientUnSubscribe = "unsubscribe" ClientClose = "close" ClientBroadcast = "broadcast" // ion to client ClientOnJoin = "peer-join" ClientOnLeave = "peer-leave" ClientOnStreamAdd = "stream-add" ClientOnStreamRemove = "stream-remove" // ion to islb IslbGetPubs = "getPubs" IslbGetMediaInfo = "getMediaInfo" IslbRelay = "relay" IslbUnrelay = "unRelay" IslbKeepAlive = "keepAlive" IslbClientOnJoin = ClientOnJoin IslbClientOnLeave = ClientOnLeave IslbOnStreamAdd = ClientOnStreamAdd IslbOnStreamRemove = ClientOnStreamRemove IslbOnBroadcast = ClientBroadcast IslbID = "islb" )
Variables ¶
This section is empty.
Functions ¶
func GetPubMediaPath ¶
func GetPubMediaPathKey ¶
func GetPubNodePath ¶
func GetUIDFromMID ¶
func GetUserInfoPath ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.