Skip to content

Commit 4a6f68e

Browse files
authored
fix typo.
1 parent 5c1819e commit 4a6f68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/sip_ua_helper.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ class Call {
438438
}
439439

440440
void renegotiate(Map<String, dynamic> options) {
441-
assert(_session != null, 'ERROR(umute): rtc session is invalid!');
441+
assert(_session != null, 'ERROR(renegotiate): rtc session is invalid!');
442442
_session.renegotiate(options);
443443
}
444444

0 commit comments

Comments
 (0)