Skip to content

Commit 1051f72

Browse files
Update conference.py
1 parent b42dfae commit 1051f72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bandwidth/model/bxml/verbs/conference.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
class Conference(Verb):
1919

2020
def __init__(
21-
self, audio_and_recording_verbs: List[Union[PlayAudio, SpeakSentence, StartRecording, StopRecording, PauseRecording, ResumeRecording]] = [],
22-
name: str, mute: str=None,
21+
self, name: str,
22+
audio_and_recording_verbs: List[Union[PlayAudio, SpeakSentence, StartRecording, StopRecording, PauseRecording, ResumeRecording]] = [], mute: str=None,
2323
hold: str=None, call_ids_to_coach: str=None,
2424
conference_event_url: str=None, conference_event_method: str=None,
2525
conference_event_fallback_url: str=None, conference_event_fallback_method: str=None,

0 commit comments

Comments
 (0)