You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
diplomatic-quarter/lib/models/LiveCare/twilio_enums.dart

18 lines
204 B
Dart

enum TwilioRoomType {
peerToPeer,
group,
groupSmall,
}
enum TwilioRoomStatus {
completed,
inProgress,
}
enum TwilioStatusCallbackMethod {
GET,
POST,
}
enum TwilioVideoCodec { VP8, H264 }