Call Types
This commit is contained in:
parent
48ead50947
commit
a78bbec294
3 changed files with 4 additions and 6 deletions
|
|
@ -201,7 +201,7 @@ pub enum CommunicationType {
|
|||
start_stream,
|
||||
end_stream,
|
||||
watch_stream,
|
||||
call_get,
|
||||
call_token,
|
||||
call_invite,
|
||||
function,
|
||||
update,
|
||||
|
|
@ -253,7 +253,7 @@ impl CommunicationType {
|
|||
"startstream" => CommunicationType::start_stream,
|
||||
"endstream" => CommunicationType::end_stream,
|
||||
"watchstream" => CommunicationType::watch_stream,
|
||||
"callget" => CommunicationType::call_get,
|
||||
"calltoken" => CommunicationType::call_token,
|
||||
"callinvite" => CommunicationType::call_invite,
|
||||
"function" => CommunicationType::function,
|
||||
"update" => CommunicationType::update,
|
||||
|
|
|
|||
Loading…
Reference in a new issue