Class CallState


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

      • CallState

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

      • getId

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

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