From Bright Pattern Documentation
(Created page with "<translate> = Call Recordings Control = This method is used for controlling call recordings and getting the status of call recordings. There types of requests are as follows....") |
(Updated via BpDeleteTranslateTags script) |
||
(8 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | == | + | = Mute Call Recordings = |
− | === | + | Mutes the call recording. |
+ | |||
+ | == Request == | ||
+ | === Syntax === | ||
window.bpspat.api.muteCallRecordings() | window.bpspat.api.muteCallRecordings() | ||
− | === | + | === Arguments === |
− | + | {|border="1" style="border-collapse:collapse" cellpadding="5" | |
− | + | | '''Parameter''' | |
− | + | | '''Type''' | |
− | + | | '''Description''' | |
− | + | |- | |
− | + | | empty | |
− | + | | N/A | |
− | + | | There is no response when API method request is completed | |
− | + | |} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | == Response == | ||
+ | Empty. | ||
− | + | In response to the request, the call recording is muted. |
Latest revision as of 04:02, 29 May 2024
Mute Call Recordings
Mutes the call recording.
Request
Syntax
window.bpspat.api.muteCallRecordings()
Arguments
Parameter | Type | Description |
empty | N/A | There is no response when API method request is completed |
Response
Empty.
In response to the request, the call recording is muted.