Class CallState

java.lang.Object
org.exoplatform.webconferencing.CallState

public class CallState extends Object
Created by The eXo Platform SAS.
Version:
$Id: CallState.java 00000 Jul 18, 2017 pnedonosko $
Author:
Peter Nedonosko
  • Field Details

  • Constructor Details

    • CallState

      public CallState(String id, String state)
      Instantiates a new call state.
      Parameters:
      id - the id
      state - the state
  • Method Details

    • getId

      public String getId()
      Gets the id.
      Returns:
      the id
    • getState

      public String getState()
      Gets the state.
      Returns:
      the state