Documentation
¶
Index ¶
- Constants
- Variables
- func GenerateInChannelPermissionKey(appID, appCertificate, channelName string, ...) (string, error)
- func GenerateMediaChannelKey(appID, appCertificate, channelName string, ...) (string, error)
- func GeneratePublicSharingKey(appID, appCertificate, channelName string, ...) (string, error)
- func GenerateRecordingKey(appID, appCertificate, channelName string, ...) (string, error)
Constants ¶
View Source
const ( MEDIA_CHANNEL_SERVICE = 1 RECORDING_SERVICE = 2 PUBLIC_SHARING_SERVICE = 3 IN_CHANNEL_PERMISSION = 4 )
View Source
const (
ALLOW_UPLOAD_IN_CHANNEL = 1
)
extra key
Variables ¶
View Source
var ( NoUpload = "0" AudioVideoUpload = "3" )
permission
Functions ¶
func GenerateMediaChannelKey ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.