package rtc import "errors" var ( ErrRoomIdMissing = errors.New("roomId is not set") )