Class JitsiContextResource.InitContext

java.lang.Object
org.exoplatform.webconferencing.jitsi.rest.JitsiContextResource.InitContext
Enclosing class:
JitsiContextResource

public class JitsiContextResource.InitContext extends Object
The Class Context.
  • Constructor Details

    • InitContext

      public InitContext(String username, org.exoplatform.webconferencing.UserInfo userInfo, org.exoplatform.webconferencing.ContextInfo context)
      Instantiates a new context.
      Parameters:
      username - the username
      userInfo - the user info
      context - the context
  • Method Details

    • getUsername

      public String getUsername()
      Gets the username.
      Returns:
      the username
    • getUserInfo

      public org.exoplatform.webconferencing.UserInfo getUserInfo()
      Gets the user info.
      Returns:
      the user info
    • getContext

      public org.exoplatform.webconferencing.ContextInfo getContext()
      Gets the context.
      Returns:
      the context