|
@@ -58,7 +58,7 @@ export class SttManagerAdapter extends AGEventEmitter<SttEventMap> implements IS
|
|
|
private _gatewayAddress = 'https://api.agora.io'
|
|
private _gatewayAddress = 'https://api.agora.io'
|
|
|
private _baseUrl = 'https://service.agora.io/toolbox-overseas'
|
|
private _baseUrl = 'https://service.agora.io/toolbox-overseas'
|
|
|
|
|
|
|
|
- constructor(rtmManager?: any, appId: string, certificate: string) {
|
|
|
|
|
|
|
+ constructor(rtmManager: any, appId: string, certificate: string) {
|
|
|
super()
|
|
super()
|
|
|
this._rtmManager = rtmManager
|
|
this._rtmManager = rtmManager
|
|
|
this._appId = appId
|
|
this._appId = appId
|