You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -646,7 +646,7 @@ public class CreateStreamOptions : IOptions<StreamResource>
646
646
647
647
/// <summary> Construct a new CreateStreamOptions </summary>
648
648
/// <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Stream resource is associated with. </param>
649
-
/// <param name="url"> Relative or absolute url where WebSocket connection will be established. </param>
649
+
/// <param name="url"> Relative or absolute URL where WebSocket connection will be established. </param>
@@ -1484,7 +1484,7 @@ public class UpdateStreamOptions : IOptions<StreamResource>
1484
1484
///<summary> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Stream resource is associated with. </summary>
1485
1485
publicstringPathCallSid{get;}
1486
1486
1487
-
///<summary> The SID of the Stream resource, or the `name` used when creating the resource </summary>
1487
+
///<summary> The SID or the `name` of the Stream resource to be stopped </summary>
1488
1488
publicstringPathSid{get;}
1489
1489
1490
1490
@@ -1497,7 +1497,7 @@ public class UpdateStreamOptions : IOptions<StreamResource>
1497
1497
1498
1498
/// <summary> Construct a new UpdateStreamOptions </summary>
1499
1499
/// <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Stream resource is associated with. </param>
1500
-
/// <param name="pathSid"> The SID of the Stream resource, or the `name` used when creating the resource </param>
1500
+
/// <param name="pathSid"> The SID or the `name` of the Stream resource to be stopped </param>
Copy file name to clipboardExpand all lines: src/Twilio/Rest/Api/V2010/Account/Call/StreamResource.cs
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -117,12 +117,12 @@ public static async System.Threading.Tasks.Task<StreamResource> CreateAsync(Crea
117
117
118
118
/// <summary> Create a Stream </summary>
119
119
/// <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Stream resource is associated with. </param>
120
-
/// <param name="url"> Relative or absolute url where WebSocket connection will be established. </param>
120
+
/// <param name="url"> Relative or absolute URL where WebSocket connection will be established. </param>
121
121
/// <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Stream resource. </param>
122
-
/// <param name="name"> The user-specified name of this Stream, if one was given when the Stream was created. This may be used to stop the Stream. </param>
122
+
/// <param name="name"> The user-specified name of this Stream, if one was given when the Stream was created. This can be used to stop the Stream. </param>
123
123
/// <param name="track"> </param>
124
-
/// <param name="statusCallback"> Absolute URL of the status callback. </param>
125
-
/// <param name="statusCallbackMethod"> The http method for the status_callback (one of GET, POST). </param>
124
+
/// <param name="statusCallback"> Absolute URL to which Twilio sends status callback HTTP requests. </param>
125
+
/// <param name="statusCallbackMethod"> The HTTP method Twilio uses when sending `status_callback` requests. Possible values are `GET` and `POST`. Default is `POST`. </param>
126
126
/// <param name="parameter1Name"> Parameter name </param>
127
127
/// <param name="parameter1Value"> Parameter value </param>
128
128
/// <param name="parameter2Name"> Parameter name </param>
@@ -538,12 +538,12 @@ public static StreamResource Create(
538
538
#if !NET35
539
539
/// <summary> Create a Stream </summary>
540
540
/// <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Stream resource is associated with. </param>
541
-
/// <param name="url"> Relative or absolute url where WebSocket connection will be established. </param>
541
+
/// <param name="url"> Relative or absolute URL where WebSocket connection will be established. </param>
542
542
/// <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Stream resource. </param>
543
-
/// <param name="name"> The user-specified name of this Stream, if one was given when the Stream was created. This may be used to stop the Stream. </param>
543
+
/// <param name="name"> The user-specified name of this Stream, if one was given when the Stream was created. This can be used to stop the Stream. </param>
544
544
/// <param name="track"> </param>
545
-
/// <param name="statusCallback"> Absolute URL of the status callback. </param>
546
-
/// <param name="statusCallbackMethod"> The http method for the status_callback (one of GET, POST). </param>
545
+
/// <param name="statusCallback"> Absolute URL to which Twilio sends status callback HTTP requests. </param>
546
+
/// <param name="statusCallbackMethod"> The HTTP method Twilio uses when sending `status_callback` requests. Possible values are `GET` and `POST`. Default is `POST`. </param>
547
547
/// <param name="parameter1Name"> Parameter name </param>
548
548
/// <param name="parameter1Value"> Parameter value </param>
549
549
/// <param name="parameter2Name"> Parameter name </param>
@@ -1005,7 +1005,7 @@ public static async System.Threading.Tasks.Task<StreamResource> UpdateAsync(Upda
1005
1005
1006
1006
/// <summary> Stop a Stream using either the SID of the Stream resource or the `name` used when creating the resource </summary>
1007
1007
/// <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Stream resource is associated with. </param>
1008
-
/// <param name="pathSid"> The SID of the Stream resource, or the `name` used when creating the resource </param>
1008
+
/// <param name="pathSid"> The SID or the `name` of the Stream resource to be stopped </param>
1009
1009
/// <param name="status"> </param>
1010
1010
/// <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Stream resource. </param>
1011
1011
/// <param name="client"> Client to make requests to Twilio </param>
@@ -1024,7 +1024,7 @@ public static StreamResource Update(
1024
1024
#if !NET35
1025
1025
/// <summary> Stop a Stream using either the SID of the Stream resource or the `name` used when creating the resource </summary>
1026
1026
/// <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Stream resource is associated with. </param>
1027
-
/// <param name="pathSid"> The SID of the Stream resource, or the `name` used when creating the resource </param>
1027
+
/// <param name="pathSid"> The SID or the `name` of the Stream resource to be stopped </param>
1028
1028
/// <param name="status"> </param>
1029
1029
/// <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Stream resource. </param>
1030
1030
/// <param name="client"> Client to make requests to Twilio </param>
@@ -1087,7 +1087,7 @@ public static string ToJson(object model)
1087
1087
[JsonProperty("call_sid")]
1088
1088
publicstringCallSid{get;privateset;}
1089
1089
1090
-
///<summary> The user-specified name of this Stream, if one was given when the Stream was created. This may be used to stop the Stream. </summary>
1090
+
///<summary> The user-specified name of this Stream, if one was given when the Stream was created. This can be used to stop the Stream. </summary>
0 commit comments