Skip to content

Commit d444dcf

Browse files
authored
Update pricing.md
1 parent 5eabf48 commit d444dcf

File tree

1 file changed

+20
-7
lines changed
  • articles/communication-services/concepts

1 file changed

+20
-7
lines changed

articles/communication-services/concepts/pricing.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,33 +105,46 @@ Note: USA mixed rates to `+1-425` is $0.013. Refer to the following link for det
105105

106106
## Call Recording
107107

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/WAV output 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).
109109

110110
### Price
111111

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
113115

114-
### Pricing example: Record a call in a mixed audio+video format
116+
117+
### Pricing example: Record a video call
115118

116119
Alice made a group call with her colleagues, Bob and Charlie.
117120

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.
119122
- Bob stayed in a call for 30 minutes and Alice and Charlie for 60 minutes.
120123

121124
**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).
123126
- 60 minutes x $0.01 per recording per minute = $0.6
124127

125-
### Pricing example: Record a call in a mixed audio+only format
128+
### Pricing example: Record an audio call in a mixed format
126129

127130
Alice starts a call with Jane.
128131

129132
- The call lasts a total of 60 minutes. The recording lasted for 45 minutes.
130133

131134
**Cost calculations**
132-
- You'll be charged the length of the recording.
135+
- You'll be charged for the length of the recording.
133136
- 45 minutes x $0.002 per recording per minute = $0.09
134137

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+
135148
## Chat
136149

137150
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

Comments
 (0)