File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 11{
22  "name" : " convoai-v2" 
3-   "version" : " 2 .0.0" 
3+   "version" : " 1 .0.0" 
44  "private" : true ,
55  "scripts" : {
66    "dev" : " next dev --turbopack" 
Original file line number Diff line number Diff line change @@ -48,13 +48,8 @@ export class RtcService extends EventService<IRtcEvents> {
4848    super ( ) 
4949    this . _joined  =  false 
5050    this . localTracks  =  { } 
51-     // todo: tmp add dev param 
5251    // eslint-disable-next-line @typescript-eslint/no-explicit-any 
5352    ; ( AgoraRTC  as  any ) . setParameter ( 'ENABLE_AUDIO_PTS_METADATA' ,  true ) 
54-     // eslint-disable-next-line @typescript-eslint/no-explicit-any 
55-     ; ( AgoraRTC  as  any ) . setParameter ( 'GATEWAY_ADDRESS' ,  [ 
56-       {  ip : '120.195.180.30' ,  port : 18000  } , 
57-     ] ) 
5853    AgoraRTC . enableLogUpload ( ) ; 
5954    this . client  =  AgoraRTC . createClient ( {  mode : 'rtc' ,  codec : 'vp8'  } ) 
6055    this . agoraRTC  =  AgoraRTC 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments