File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed 
firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -234,6 +234,15 @@ internal constructor(
234234  }
235235
236236  /* *
237+    * Stops receiving from the server.  
238+    *  
239+    * If this function is called during an ongoing audio conversation, the server's response will not 
240+    * be received, and no audio will be played; the live session object will no longer receive data 
241+    * from the server. 
242+    *  
243+    * To resume receiving data, you must either handle it directly using [receive], or indirectly by 
244+    * using [startAudioConversation]. 
245+    */  
237246   *  Stops  receiving from the server. If  this  function is  called during an ongoing audio
238247   *  conversation, the server' s response will not be received, and no audio will be played. By
239248   * stopping receiving, the live session object will no longer receive data from the server. To 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments