Class StreamVideoBuilder

  • All Implemented Interfaces:

    
    public final class StreamVideoBuilder
    
                        

    The StreamVideoBuilder is used to create a new instance of the StreamVideo client. This is the most essential class to connect to the Stream server and initialize everything you need to implement audio/video calls.

    val client = StreamVideoBuilder(
         context = context,
         apiKey = apiKey,
         geo = GEO.GlobalEdgeNetwork,
         user = user,
         token = token,
         loggingLevel = LoggingLevel.BODY
     )