Versions in this module Expand all Collapse all v0 v0.2.0 Oct 23, 2020 Changes in this version + const AdminCollectionName + const AdminCookieName + const ClassSessionError + const CreateRoomMsgType + const DefaultCost + const DownloadFileChunkMsgType + const DownloadFileErrorMsgType + const DownloadFileSuccessMsgType + const EndClassSession + const ExitRoomMsgType + const FileChunksCollectionName + const FilesCollectionName + const JoinClassSession + const JoinRoomMsgType + const MessageCollectionName + const MessageTypeClassSession + const MessageTypeClassSessionLink + const MessageTypeFile + const MessageTypeInfo + const MessageTypeMessage + const NegotiateSDP + const NewFileUploadMsgType + const NewMessageMsgType + const OnlineStatusMsgType + const RenegotiateSDP + const RequestDownloadMsgType + const RequestMessages + const RequestUsersToJoinRoomMsgType + const RoomsCollectionName + const RtcpPLIInterval + const SearchUserMsgType + const SentRoomRequestMsgType + const StartClassSession + const TimeLayout + const UnauthorizedAcces + const UploadFileChunkMsgType + const UploadFileErrorMsgType + const UploadFileSuccessMsgType + const UserCookieName + const UsersCollectionName + const WebsocketOpenMsgType + var Config configuration + var ErrAuthentication = errors.New("Authentication error") + var ErrCookieExpired = errors.New("generated cookie has expired") + var ErrFileUpload = errors.New("error while uploading file to server") + var ErrFileUploadLink = errors.New("could not generate file upload link") + var ErrIllicitJoinRequest = errors.New("User was not originally requested to join") + var ErrIncorrectUUID = errors.New("incorrect UUID") + var ErrInvalidDetails = errors.New("invalid signin details") + var ErrInvalidExpiryTime = errors.New("invalid expiry time") + var ErrInvalidToken = errors.New("Token specified is invalid") + var ErrInvalidUser = errors.New("invalid user") + var ErrMarshal = errors.New("could not marshal content") + var ErrPeerConnectionNotFound = errors.New("PeerConnection not found") + var ErrRetrieveUUID = errors.New("could not retrieve UUID") + var ErrTokenNotSpecified = errors.New("Token was not specified") + var ErrUserAlreadyRequested = errors.New("User already requested to join room") + var ErrUserExistInRoom = errors.New("User already exist in room") + var ErrUserNotRegisteredToRoom = errors.New("User was not registered to room") + var ErrWrite = errors.New("error while sending content") + var MapEmailToName = struct{ ... } + var PeerConnectionConfig = webrtc.Configuration + func LoadConfiguration(configPath string) error