LiveBaseApi::getStreamServiceUrl PHP Method

getStreamServiceUrl() public method

public getStreamServiceUrl ( )
    public function getStreamServiceUrl()
    {
        if (!$this->isUrl($this->stream_server)) {
            return '';
        }
        return $this->stream_server;
    }