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
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/pricing.md
+20-7Lines changed: 20 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,33 +105,46 @@ Note: USA mixed rates to `+1-425` is $0.013. Refer to the following link for det
105
105
106
106
## Call Recording
107
107
108
-
Azure Communication Services allows customers to record PSTN, WebRTC, Conference, SIP Interface calls. Currently Call Recording supports mixed audio+video MP4 and mixed audio-only MP3/WAVoutput formats. Call Recording SDKs are available for Java and C#. Refer to [this page to learn more](../quickstarts/voice-video-calling/call-recording-sample.md).
108
+
Azure Communication Services allow developers to record PSTN, WebRTC, Conference, or SIP calls. Call Recording supports mixed video MP4, mixed audio MP3/WAV, and unmixed audio WAV output formats. Call Recording SDKs are available for Java and C#. To learn more view Call Recording [concepts](./voice-video-calling/call-recording.md) and [quickstart](../quickstarts/voice-video-calling/get-started-call-recording.md).
109
109
110
110
### Price
111
111
112
-
You're charged $0.01/min for mixed audio+video format and $0.002/min for mixed audio-only.
112
+
- Mixed video (audio+video): $0.01/min
113
+
- Mixed audio: $0.002/min
114
+
- Unmixed audio: $0.0012/participant/min
113
115
114
-
### Pricing example: Record a call in a mixed audio+video format
116
+
117
+
### Pricing example: Record a video call
115
118
116
119
Alice made a group call with her colleagues, Bob and Charlie.
117
120
118
-
- The call lasts a total of 60 minutes. And recording was active during 60 minutes.
121
+
- The call lasts a total of 60 minutes and recording was active during 60 minutes.
119
122
- Bob stayed in a call for 30 minutes and Alice and Charlie for 60 minutes.
120
123
121
124
**Cost calculations**
122
-
- You'll be charged the length of the meeting. (Length of the meeting is the timeline between user starts a recording and either explicitly stops or when there's no one left in a meeting).
125
+
- You'll be charged for the length of the meeting. (Length of the meeting is the timeline between user starts a recording and either explicitly stops or when there's no one left in a meeting).
123
126
- 60 minutes x $0.01 per recording per minute = $0.6
124
127
125
-
### Pricing example: Record a call in a mixed audio+only format
128
+
### Pricing example: Record an audio call in a mixed format
126
129
127
130
Alice starts a call with Jane.
128
131
129
132
- The call lasts a total of 60 minutes. The recording lasted for 45 minutes.
130
133
131
134
**Cost calculations**
132
-
- You'll be charged the length of the recording.
135
+
- You'll be charged for the length of the recording.
133
136
- 45 minutes x $0.002 per recording per minute = $0.09
134
137
138
+
### Pricing example: Record an audio call in an unmixed format
139
+
140
+
Bob starts a call with his financial advisor, Charlie.
141
+
142
+
- The call lasts a total of 60 minutes. The recording lasted for 50 minutes.
143
+
144
+
**Cost calculations**
145
+
- You'll be charged for the length of the recording per participant.
146
+
- 50 minutes x $0.0012 x 2 per recording per participant per minute = $0.12
147
+
135
148
## Chat
136
149
137
150
With Communication Services you can enhance your application with the ability to send and receive chat messages between two or more users. Chat SDKs are available for JavaScript, .NET, Python, and Java. Refer to [this page to learn about SDKs](./sdk-options.md)
0 commit comments