@@ -143,7 +143,7 @@ def sync_create_sip_trunk(
143
143
self ._auth_header (VideoGrants (), sip = SIPGrants (admin = True )),
144
144
proto_sip .SIPTrunkInfo ,
145
145
)
146
-
146
+
147
147
def sync_create_sip_inbound_trunk (
148
148
self , create : proto_sip .CreateSIPInboundTrunkRequest
149
149
) -> proto_sip .SIPInboundTrunkInfo :
@@ -154,7 +154,7 @@ def sync_create_sip_inbound_trunk(
154
154
self ._auth_header (VideoGrants (), sip = SIPGrants (admin = True )),
155
155
proto_sip .SIPInboundTrunkInfo ,
156
156
)
157
-
157
+
158
158
def sync_create_sip_outbound_trunk (
159
159
self , create : proto_sip .CreateSIPOutboundTrunkRequest
160
160
) -> proto_sip .SIPOutboundTrunkInfo :
@@ -165,7 +165,7 @@ def sync_create_sip_outbound_trunk(
165
165
self ._auth_header (VideoGrants (), sip = SIPGrants (admin = True )),
166
166
proto_sip .SIPOutboundTrunkInfo ,
167
167
)
168
-
168
+
169
169
def sync_list_sip_trunk (
170
170
self , list : proto_sip .ListSIPTrunkRequest
171
171
) -> proto_sip .ListSIPTrunkResponse :
@@ -176,7 +176,7 @@ def sync_list_sip_trunk(
176
176
self ._auth_header (VideoGrants (), sip = SIPGrants (admin = True )),
177
177
proto_sip .ListSIPTrunkResponse ,
178
178
)
179
-
179
+
180
180
def sync_list_sip_inbound_trunk (
181
181
self , list : proto_sip .ListSIPInboundTrunkRequest
182
182
) -> proto_sip .ListSIPInboundTrunkResponse :
@@ -187,7 +187,7 @@ def sync_list_sip_inbound_trunk(
187
187
self ._auth_header (VideoGrants (), sip = SIPGrants (admin = True )),
188
188
proto_sip .ListSIPInboundTrunkResponse ,
189
189
)
190
-
190
+
191
191
def sync_list_sip_outbound_trunk (
192
192
self , list : proto_sip .ListSIPOutboundTrunkRequest
193
193
) -> proto_sip .ListSIPOutboundTrunkResponse :
@@ -198,7 +198,7 @@ def sync_list_sip_outbound_trunk(
198
198
self ._auth_header (VideoGrants (), sip = SIPGrants (admin = True )),
199
199
proto_sip .ListSIPOutboundTrunkResponse ,
200
200
)
201
-
201
+
202
202
def sync_delete_sip_trunk (
203
203
self , delete : proto_sip .DeleteSIPTrunkRequest
204
204
) -> proto_sip .SIPTrunkInfo :
@@ -209,7 +209,7 @@ def sync_delete_sip_trunk(
209
209
self ._auth_header (VideoGrants (), sip = SIPGrants (admin = True )),
210
210
proto_sip .SIPTrunkInfo ,
211
211
)
212
-
212
+
213
213
def sync_create_sip_dispatch_rule (
214
214
self , create : proto_sip .CreateSIPDispatchRuleRequest
215
215
) -> proto_sip .SIPDispatchRuleInfo :
@@ -220,7 +220,7 @@ def sync_create_sip_dispatch_rule(
220
220
self ._auth_header (VideoGrants (), sip = SIPGrants (admin = True )),
221
221
proto_sip .SIPDispatchRuleInfo ,
222
222
)
223
-
223
+
224
224
def sync_list_sip_dispatch_rule (
225
225
self , list : proto_sip .ListSIPDispatchRuleRequest
226
226
) -> proto_sip .ListSIPDispatchRuleResponse :
@@ -231,7 +231,7 @@ def sync_list_sip_dispatch_rule(
231
231
self ._auth_header (VideoGrants (), sip = SIPGrants (admin = True )),
232
232
proto_sip .ListSIPDispatchRuleResponse ,
233
233
)
234
-
234
+
235
235
def sync_delete_sip_dispatch_rule (
236
236
self , delete : proto_sip .DeleteSIPDispatchRuleRequest
237
237
) -> proto_sip .SIPDispatchRuleInfo :
@@ -242,7 +242,7 @@ def sync_delete_sip_dispatch_rule(
242
242
self ._auth_header (VideoGrants (), sip = SIPGrants (admin = True )),
243
243
proto_sip .SIPDispatchRuleInfo ,
244
244
)
245
-
245
+
246
246
def sync_create_sip_participant (
247
247
self , create : proto_sip .CreateSIPParticipantRequest
248
248
) -> proto_sip .SIPParticipantInfo :
0 commit comments