Struct graph_rs_sdk::communications::CallsIdApiClient
source · pub struct CallsIdApiClient { /* private fields */ }
Implementations§
source§impl CallsIdApiClient
impl CallsIdApiClient
sourcepub fn delete_calls(&self) -> RequestHandler
pub fn delete_calls(&self) -> RequestHandler
Delete navigation property calls for communications
sourcepub fn get_calls(&self) -> RequestHandler
pub fn get_calls(&self) -> RequestHandler
Get calls from communications
sourcepub fn update_calls<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_calls<B: BodyExt>(&self, body: B) -> RequestHandler
Update the navigation property calls in communications
sourcepub fn add_large_gallery_view<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn add_large_gallery_view<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action addLargeGalleryView
sourcepub fn answer<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn answer<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action answer
sourcepub fn create_audio_routing_groups<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_audio_routing_groups<B: BodyExt>(&self, body: B) -> RequestHandler
Create new navigation property to audioRoutingGroups for communications
sourcepub fn list_audio_routing_groups(&self) -> RequestHandler
pub fn list_audio_routing_groups(&self) -> RequestHandler
Get audioRoutingGroups from communications
sourcepub fn get_audio_routing_groups_count(&self) -> RequestHandler
pub fn get_audio_routing_groups_count(&self) -> RequestHandler
Get the number of the resource
sourcepub fn delete_audio_routing_groups(
&self,
audio_routing_group_id: impl AsRef<str>
) -> RequestHandler
pub fn delete_audio_routing_groups( &self, audio_routing_group_id: impl AsRef<str> ) -> RequestHandler
Delete navigation property audioRoutingGroups for communications
sourcepub fn get_audio_routing_groups(
&self,
audio_routing_group_id: impl AsRef<str>
) -> RequestHandler
pub fn get_audio_routing_groups( &self, audio_routing_group_id: impl AsRef<str> ) -> RequestHandler
Get audioRoutingGroups from communications
sourcepub fn update_audio_routing_groups<B: BodyExt>(
&self,
audio_routing_group_id: impl AsRef<str>,
body: B
) -> RequestHandler
pub fn update_audio_routing_groups<B: BodyExt>( &self, audio_routing_group_id: impl AsRef<str>, body: B ) -> RequestHandler
Update the navigation property audioRoutingGroups in communications
sourcepub fn cancel_media_processing<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn cancel_media_processing<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action cancelMediaProcessing
sourcepub fn change_screen_sharing_role<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn change_screen_sharing_role<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action changeScreenSharingRole
sourcepub fn create_content_sharing_sessions<B: BodyExt>(
&self,
body: B
) -> RequestHandler
pub fn create_content_sharing_sessions<B: BodyExt>( &self, body: B ) -> RequestHandler
Create new navigation property to contentSharingSessions for communications
sourcepub fn list_content_sharing_sessions(&self) -> RequestHandler
pub fn list_content_sharing_sessions(&self) -> RequestHandler
List contentSharingSessions
sourcepub fn get_content_sharing_sessions_count(&self) -> RequestHandler
pub fn get_content_sharing_sessions_count(&self) -> RequestHandler
Get the number of the resource
sourcepub fn delete_content_sharing_sessions(
&self,
content_sharing_session_id: impl AsRef<str>
) -> RequestHandler
pub fn delete_content_sharing_sessions( &self, content_sharing_session_id: impl AsRef<str> ) -> RequestHandler
Delete navigation property contentSharingSessions for communications
sourcepub fn get_content_sharing_sessions(
&self,
content_sharing_session_id: impl AsRef<str>
) -> RequestHandler
pub fn get_content_sharing_sessions( &self, content_sharing_session_id: impl AsRef<str> ) -> RequestHandler
Get contentSharingSessions from communications
sourcepub fn update_content_sharing_sessions<B: BodyExt>(
&self,
content_sharing_session_id: impl AsRef<str>,
body: B
) -> RequestHandler
pub fn update_content_sharing_sessions<B: BodyExt>( &self, content_sharing_session_id: impl AsRef<str>, body: B ) -> RequestHandler
Update the navigation property contentSharingSessions in communications
sourcepub fn keep_alive(&self) -> RequestHandler
pub fn keep_alive(&self) -> RequestHandler
Invoke action keepAlive
sourcepub fn mute<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn mute<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action mute
sourcepub fn create_operations<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_operations<B: BodyExt>(&self, body: B) -> RequestHandler
Create new navigation property to operations for communications
sourcepub fn list_operations(&self) -> RequestHandler
pub fn list_operations(&self) -> RequestHandler
Get operations from communications
sourcepub fn get_operations_count(&self) -> RequestHandler
pub fn get_operations_count(&self) -> RequestHandler
Get the number of the resource
sourcepub fn delete_operations(
&self,
comms_operation_id: impl AsRef<str>
) -> RequestHandler
pub fn delete_operations( &self, comms_operation_id: impl AsRef<str> ) -> RequestHandler
Delete navigation property operations for communications
sourcepub fn get_operations(
&self,
comms_operation_id: impl AsRef<str>
) -> RequestHandler
pub fn get_operations( &self, comms_operation_id: impl AsRef<str> ) -> RequestHandler
Get operations from communications
sourcepub fn update_operations<B: BodyExt>(
&self,
comms_operation_id: impl AsRef<str>,
body: B
) -> RequestHandler
pub fn update_operations<B: BodyExt>( &self, comms_operation_id: impl AsRef<str>, body: B ) -> RequestHandler
Update the navigation property operations in communications
sourcepub fn create_participants<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_participants<B: BodyExt>(&self, body: B) -> RequestHandler
Create new navigation property to participants for communications
sourcepub fn list_participants(&self) -> RequestHandler
pub fn list_participants(&self) -> RequestHandler
List participants
sourcepub fn count(&self) -> RequestHandler
pub fn count(&self) -> RequestHandler
Get the number of the resource
sourcepub fn invite<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn invite<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action invite
sourcepub fn delete_participants(
&self,
participant_id: impl AsRef<str>
) -> RequestHandler
pub fn delete_participants( &self, participant_id: impl AsRef<str> ) -> RequestHandler
Delete navigation property participants for communications
sourcepub fn get_participants(
&self,
participant_id: impl AsRef<str>
) -> RequestHandler
pub fn get_participants( &self, participant_id: impl AsRef<str> ) -> RequestHandler
Get participants from communications
sourcepub fn update_participants<B: BodyExt>(
&self,
participant_id: impl AsRef<str>,
body: B
) -> RequestHandler
pub fn update_participants<B: BodyExt>( &self, participant_id: impl AsRef<str>, body: B ) -> RequestHandler
Update the navigation property participants in communications
sourcepub fn mute_participants<B: BodyExt>(
&self,
participant_id: impl AsRef<str>,
body: B
) -> RequestHandler
pub fn mute_participants<B: BodyExt>( &self, participant_id: impl AsRef<str>, body: B ) -> RequestHandler
Invoke action mute
sourcepub fn start_hold_music<B: BodyExt>(
&self,
participant_id: impl AsRef<str>,
body: B
) -> RequestHandler
pub fn start_hold_music<B: BodyExt>( &self, participant_id: impl AsRef<str>, body: B ) -> RequestHandler
Invoke action startHoldMusic
sourcepub fn stop_hold_music<B: BodyExt>(
&self,
participant_id: impl AsRef<str>,
body: B
) -> RequestHandler
pub fn stop_hold_music<B: BodyExt>( &self, participant_id: impl AsRef<str>, body: B ) -> RequestHandler
Invoke action stopHoldMusic
sourcepub fn play_prompt<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn play_prompt<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action playPrompt
sourcepub fn record_response<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn record_response<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action recordResponse
sourcepub fn redirect<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn redirect<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action redirect
sourcepub fn reject<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn reject<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action reject
sourcepub fn subscribe_to_tone<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn subscribe_to_tone<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action subscribeToTone
sourcepub fn transfer<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn transfer<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action transfer
sourcepub fn unmute<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn unmute<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action unmute
sourcepub fn update_recording_status<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_recording_status<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action updateRecordingStatus