Documentation
¶
Index ¶
- func AssignLTIV1CustomParams(params *url.Values, claims *plugnmeet.LtiClaims)
- func GenerateRandomStrings(n int) string
- func GenerateSecureRandomStrings(n int) (string, error)
- func GetFilesFromDir(path, ext, s string) ([]string, error)
- func PrepareCommonWebhookNotifyEvent(event *livekit.WebhookEvent) *plugnmeet.CommonNotifyEvent
- func PrepareDefaultRoomFeatures(r *plugnmeet.CreateRoomReq)
- func PrepareLTIV1RoomCreateReq(c *plugnmeet.LtiClaims) *plugnmeet.CreateRoomReq
- func SendCommonProtoJsonResponse(c *fiber.Ctx, s bool, m string) error
- func SendCommonProtobufResponse(c *fiber.Ctx, s bool, m string) error
- func SendProtoJsonResponse(c *fiber.Ctx, res proto.Message) error
- func SendProtobufResponse(c *fiber.Ctx, res proto.Message) error
- func SetCreateRoomDefaultValues(r *plugnmeet.CreateRoomReq, maxSize uint64, allowedTypes []string, ...)
- func SetDefaultRoomSettings(s *RoomDefaultSettings, r *plugnmeet.CreateRoomReq)
- func SetRoomDefaultLockSettings(r *plugnmeet.CreateRoomReq)
- type RoomDefaultSettings
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssignLTIV1CustomParams ¶
func GenerateRandomStrings ¶
func GetFilesFromDir ¶
func PrepareCommonWebhookNotifyEvent ¶
func PrepareCommonWebhookNotifyEvent(event *livekit.WebhookEvent) *plugnmeet.CommonNotifyEvent
func PrepareDefaultRoomFeatures ¶
func PrepareDefaultRoomFeatures(r *plugnmeet.CreateRoomReq)
func PrepareLTIV1RoomCreateReq ¶
func PrepareLTIV1RoomCreateReq(c *plugnmeet.LtiClaims) *plugnmeet.CreateRoomReq
func SendProtoJsonResponse ¶
func SendProtobufResponse ¶
func SetCreateRoomDefaultValues ¶
func SetCreateRoomDefaultValues(r *plugnmeet.CreateRoomReq, maxSize uint64, allowedTypes []string, allowedNotepad bool)
func SetDefaultRoomSettings ¶
func SetDefaultRoomSettings(s *RoomDefaultSettings, r *plugnmeet.CreateRoomReq)
func SetRoomDefaultLockSettings ¶
func SetRoomDefaultLockSettings(r *plugnmeet.CreateRoomReq)
Types ¶
type RoomDefaultSettings ¶
Click to show internal directories.
Click to hide internal directories.