Fixed issue for punctuation (#1344)

https://github.com/jambonz/jambonz-feature-server/issues/1343
This commit is contained in:
rammohan-y
2025-09-03 23:03:38 +05:30
committed by GitHub
parent f2fe7c4d24
commit 28ff85225f

View File

@@ -710,7 +710,7 @@ class CallSession extends Emitter {
}
hasGlobalSttPunctuation() {
get hasGlobalSttPunctuation() {
return this._globalSttPunctuation !== undefined;
}