{
  "type": "File",
  "start": 0,
  "end": 1245,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 39,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 1245,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 39,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "Identifier",
        "start": 576,
        "end": 1215,
        "loc": {
          "start": {
            "line": 14,
            "column": 0
          },
          "end": {
            "line": 36,
            "column": 5
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 582,
            "end": 1214,
            "loc": {
              "start": {
                "line": 14,
                "column": 6
              },
              "end": {
                "line": 36,
                "column": 4
              }
            },
            "id": {
              "type": "Identifier",
              "start": 582,
              "end": 593,
              "loc": {
                "start": {
                  "line": 14,
                  "column": 6
                },
                "end": {
                  "line": 14,
                  "column": 17
                },
                "identifierName": "remonEvents"
              },
              "name": "remonEvents",
              "leadingComments": null
            },
            "init": {
              "type": "CallExpression",
              "start": 596,
              "end": 1214,
              "loc": {
                "start": {
                  "line": 14,
                  "column": 20
                },
                "end": {
                  "line": 36,
                  "column": 4
                }
              },
              "callee": {
                "type": "FunctionExpression",
                "start": 597,
                "end": 1211,
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 21
                  },
                  "end": {
                    "line": 36,
                    "column": 1
                  }
                },
                "id": {
                  "type": "Identifier",
                  "start": 606,
                  "end": 617,
                  "loc": {
                    "start": {
                      "line": 14,
                      "column": 30
                    },
                    "end": {
                      "line": 14,
                      "column": 41
                    },
                    "identifierName": "RemonEvents"
                  },
                  "name": "RemonEvents"
                },
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 620,
                  "end": 1211,
                  "loc": {
                    "start": {
                      "line": 14,
                      "column": 44
                    },
                    "end": {
                      "line": 36,
                      "column": 1
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 624,
                      "end": 1176,
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 2
                        },
                        "end": {
                          "line": 33,
                          "column": 4
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 630,
                          "end": 1175,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 8
                            },
                            "end": {
                              "line": 33,
                              "column": 3
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 630,
                            "end": 636,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 8
                              },
                              "end": {
                                "line": 15,
                                "column": 14
                              },
                              "identifierName": "events"
                            },
                            "name": "events"
                          },
                          "init": {
                            "type": "ArrayExpression",
                            "start": 639,
                            "end": 1175,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 17
                              },
                              "end": {
                                "line": 33,
                                "column": 3
                              }
                            },
                            "elements": [
                              {
                                "type": "StringLiteral",
                                "start": 645,
                                "end": 653,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 12
                                  }
                                },
                                "extra": {
                                  "rawValue": "onInit",
                                  "raw": "\"onInit\""
                                },
                                "value": "onInit"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 659,
                                "end": 677,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 22
                                  }
                                },
                                "extra": {
                                  "rawValue": "onConnectChannel",
                                  "raw": "\"onConnectChannel\""
                                },
                                "value": "onConnectChannel"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 683,
                                "end": 700,
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 21
                                  }
                                },
                                "extra": {
                                  "rawValue": "onCreateChannel",
                                  "raw": "\"onCreateChannel\""
                                },
                                "value": "onCreateChannel"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 706,
                                "end": 718,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 16
                                  }
                                },
                                "extra": {
                                  "rawValue": "onComplete",
                                  "raw": "\"onComplete\""
                                },
                                "value": "onComplete"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 724,
                                "end": 735,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 15
                                  }
                                },
                                "extra": {
                                  "rawValue": "onConnect",
                                  "raw": "\"onConnect\""
                                },
                                "value": "onConnect"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 806,
                                "end": 826,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 24
                                  }
                                },
                                "extra": {
                                  "rawValue": "onDisplayUserMedia",
                                  "raw": "\"onDisplayUserMedia\""
                                },
                                "value": "onDisplayUserMedia",
                                "leadingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": "for remon 2.0 call interface when create channel is successful",
                                    "start": 737,
                                    "end": 801,
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 81
                                      }
                                    }
                                  }
                                ]
                              },
                              {
                                "type": "StringLiteral",
                                "start": 832,
                                "end": 850,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 22
                                  }
                                },
                                "extra": {
                                  "rawValue": "onAddLocalStream",
                                  "raw": "\"onAddLocalStream\""
                                },
                                "value": "onAddLocalStream"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 856,
                                "end": 875,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 23
                                  }
                                },
                                "extra": {
                                  "rawValue": "onAddRemoteStream",
                                  "raw": "\"onAddRemoteStream\""
                                },
                                "value": "onAddRemoteStream"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 881,
                                "end": 896,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 19
                                  }
                                },
                                "extra": {
                                  "rawValue": "onStateChange",
                                  "raw": "\"onStateChange\""
                                },
                                "value": "onStateChange"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 902,
                                "end": 923,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 25
                                  }
                                },
                                "extra": {
                                  "rawValue": "onDisconnectChannel",
                                  "raw": "\"onDisconnectChannel\""
                                },
                                "value": "onDisconnectChannel"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 929,
                                "end": 940,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 15
                                  }
                                },
                                "extra": {
                                  "rawValue": "onMessage",
                                  "raw": "\"onMessage\""
                                },
                                "value": "onMessage"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 946,
                                "end": 955,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 13
                                  }
                                },
                                "extra": {
                                  "rawValue": "onError",
                                  "raw": "\"onError\""
                                },
                                "value": "onError"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 961,
                                "end": 969,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 12
                                  }
                                },
                                "extra": {
                                  "rawValue": "onStat",
                                  "raw": "\"onStat\""
                                },
                                "value": "onStat"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 975,
                                "end": 984,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 13
                                  }
                                },
                                "extra": {
                                  "rawValue": "onClose",
                                  "raw": "\"onClose\""
                                },
                                "value": "onClose"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 990,
                                "end": 997,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 11
                                  }
                                },
                                "extra": {
                                  "rawValue": "onLog",
                                  "raw": "\"onLog\""
                                },
                                "value": "onLog"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 1003,
                                "end": 1011,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 12
                                  }
                                },
                                "extra": {
                                  "rawValue": "onJoin",
                                  "raw": "\"onJoin\""
                                },
                                "value": "onJoin"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 1089,
                                "end": 1099,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 14
                                  }
                                },
                                "extra": {
                                  "rawValue": "onCreate",
                                  "raw": "\"onCreate\""
                                },
                                "value": "onCreate",
                                "leadingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " for remon 2.0 cast interface when create and join room is successful",
                                    "start": 1013,
                                    "end": 1084,
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 85
                                      }
                                    }
                                  }
                                ],
                                "trailingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " for remon 2.0 cast interface when create and join room is successful",
                                    "start": 1100,
                                    "end": 1171,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 86
                                      }
                                    }
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 1180,
                      "end": 1209,
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 2
                        },
                        "end": {
                          "line": 35,
                          "column": 31
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 1187,
                        "end": 1208,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 9
                          },
                          "end": {
                            "line": 35,
                            "column": 30
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1187,
                          "end": 1200,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 9
                            },
                            "end": {
                              "line": 35,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1187,
                            "end": 1193,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 9
                              },
                              "end": {
                                "line": 35,
                                "column": 15
                              },
                              "identifierName": "Object"
                            },
                            "name": "Object"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1194,
                            "end": 1200,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 16
                              },
                              "end": {
                                "line": 35,
                                "column": 22
                              },
                              "identifierName": "freeze"
                            },
                            "name": "freeze"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 1201,
                            "end": 1207,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 23
                              },
                              "end": {
                                "line": 35,
                                "column": 29
                              },
                              "identifierName": "events"
                            },
                            "name": "events"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                },
                "extra": {
                  "parenthesized": true,
                  "parenStart": 596
                }
              },
              "arguments": []
            },
            "leadingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [],
        "name": "_",
        "trailingComments": []
      },
      {
        "type": "Identifier",
        "start": 1217,
        "end": 1244,
        "loc": {
          "start": {
            "line": 38,
            "column": 0
          },
          "end": {
            "line": 38,
            "column": 27
          }
        },
        "declaration": {
          "type": "Identifier",
          "start": 1232,
          "end": 1243,
          "loc": {
            "start": {
              "line": 38,
              "column": 15
            },
            "end": {
              "line": 38,
              "column": 26
            },
            "identifierName": "remonEvents"
          },
          "name": "remonEvents"
        },
        "name": "_",
        "leadingComments": [],
        "trailingComments": []
      },
      {
        "type": "ExportDefaultDeclaration",
        "start": 1217,
        "end": 1244,
        "loc": {
          "start": {
            "line": 38,
            "column": 0
          },
          "end": {
            "line": 38,
            "column": 27
          }
        },
        "declaration": {
          "type": "VariableDeclaration",
          "start": 576,
          "end": 1215,
          "loc": {
            "start": {
              "line": 14,
              "column": 0
            },
            "end": {
              "line": 36,
              "column": 5
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 582,
              "end": 1214,
              "loc": {
                "start": {
                  "line": 14,
                  "column": 6
                },
                "end": {
                  "line": 36,
                  "column": 4
                }
              },
              "id": {
                "type": "Identifier",
                "start": 582,
                "end": 593,
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 6
                  },
                  "end": {
                    "line": 14,
                    "column": 17
                  },
                  "identifierName": "remonEvents"
                },
                "name": "remonEvents",
                "leadingComments": null
              },
              "init": {
                "type": "CallExpression",
                "start": 596,
                "end": 1214,
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 20
                  },
                  "end": {
                    "line": 36,
                    "column": 4
                  }
                },
                "callee": {
                  "type": "FunctionExpression",
                  "start": 597,
                  "end": 1211,
                  "loc": {
                    "start": {
                      "line": 14,
                      "column": 21
                    },
                    "end": {
                      "line": 36,
                      "column": 1
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 606,
                    "end": 617,
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 30
                      },
                      "end": {
                        "line": 14,
                        "column": 41
                      },
                      "identifierName": "RemonEvents"
                    },
                    "name": "RemonEvents"
                  },
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [],
                  "body": {
                    "type": "BlockStatement",
                    "start": 620,
                    "end": 1211,
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 44
                      },
                      "end": {
                        "line": 36,
                        "column": 1
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 624,
                        "end": 1176,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 2
                          },
                          "end": {
                            "line": 33,
                            "column": 4
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 630,
                            "end": 1175,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 8
                              },
                              "end": {
                                "line": 33,
                                "column": 3
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 630,
                              "end": 636,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 8
                                },
                                "end": {
                                  "line": 15,
                                  "column": 14
                                },
                                "identifierName": "events"
                              },
                              "name": "events"
                            },
                            "init": {
                              "type": "ArrayExpression",
                              "start": 639,
                              "end": 1175,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 17
                                },
                                "end": {
                                  "line": 33,
                                  "column": 3
                                }
                              },
                              "elements": [
                                {
                                  "type": "StringLiteral",
                                  "start": 645,
                                  "end": 653,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 12
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "onInit",
                                    "raw": "\"onInit\""
                                  },
                                  "value": "onInit"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 659,
                                  "end": 677,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 22
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "onConnectChannel",
                                    "raw": "\"onConnectChannel\""
                                  },
                                  "value": "onConnectChannel"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 683,
                                  "end": 700,
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 21
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "onCreateChannel",
                                    "raw": "\"onCreateChannel\""
                                  },
                                  "value": "onCreateChannel"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 706,
                                  "end": 718,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 16
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "onComplete",
                                    "raw": "\"onComplete\""
                                  },
                                  "value": "onComplete"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 724,
                                  "end": 735,
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 15
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "onConnect",
                                    "raw": "\"onConnect\""
                                  },
                                  "value": "onConnect"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 806,
                                  "end": 826,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 24
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "onDisplayUserMedia",
                                    "raw": "\"onDisplayUserMedia\""
                                  },
                                  "value": "onDisplayUserMedia",
                                  "leadingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": "for remon 2.0 call interface when create channel is successful",
                                      "start": 737,
                                      "end": 801,
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 81
                                        }
                                      }
                                    }
                                  ]
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 832,
                                  "end": 850,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 22
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "onAddLocalStream",
                                    "raw": "\"onAddLocalStream\""
                                  },
                                  "value": "onAddLocalStream"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 856,
                                  "end": 875,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 23
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "onAddRemoteStream",
                                    "raw": "\"onAddRemoteStream\""
                                  },
                                  "value": "onAddRemoteStream"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 881,
                                  "end": 896,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 19
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "onStateChange",
                                    "raw": "\"onStateChange\""
                                  },
                                  "value": "onStateChange"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 902,
                                  "end": 923,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 25
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "onDisconnectChannel",
                                    "raw": "\"onDisconnectChannel\""
                                  },
                                  "value": "onDisconnectChannel"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 929,
                                  "end": 940,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 15
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "onMessage",
                                    "raw": "\"onMessage\""
                                  },
                                  "value": "onMessage"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 946,
                                  "end": 955,
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 13
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "onError",
                                    "raw": "\"onError\""
                                  },
                                  "value": "onError"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 961,
                                  "end": 969,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 12
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "onStat",
                                    "raw": "\"onStat\""
                                  },
                                  "value": "onStat"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 975,
                                  "end": 984,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 13
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "onClose",
                                    "raw": "\"onClose\""
                                  },
                                  "value": "onClose"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 990,
                                  "end": 997,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 11
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "onLog",
                                    "raw": "\"onLog\""
                                  },
                                  "value": "onLog"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 1003,
                                  "end": 1011,
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 12
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "onJoin",
                                    "raw": "\"onJoin\""
                                  },
                                  "value": "onJoin"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 1089,
                                  "end": 1099,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 14
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "onCreate",
                                    "raw": "\"onCreate\""
                                  },
                                  "value": "onCreate",
                                  "leadingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": " for remon 2.0 cast interface when create and join room is successful",
                                      "start": 1013,
                                      "end": 1084,
                                      "loc": {
                                        "start": {
                                          "line": 31,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 31,
                                          "column": 85
                                        }
                                      }
                                    }
                                  ],
                                  "trailingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": " for remon 2.0 cast interface when create and join room is successful",
                                      "start": 1100,
                                      "end": 1171,
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 86
                                        }
                                      }
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 1180,
                        "end": 1209,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 2
                          },
                          "end": {
                            "line": 35,
                            "column": 31
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 1187,
                          "end": 1208,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 9
                            },
                            "end": {
                              "line": 35,
                              "column": 30
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1187,
                            "end": 1200,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 9
                              },
                              "end": {
                                "line": 35,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1187,
                              "end": 1193,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 9
                                },
                                "end": {
                                  "line": 35,
                                  "column": 15
                                },
                                "identifierName": "Object"
                              },
                              "name": "Object"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1194,
                              "end": 1200,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 16
                                },
                                "end": {
                                  "line": 35,
                                  "column": 22
                                },
                                "identifierName": "freeze"
                              },
                              "name": "freeze"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 1201,
                              "end": 1207,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 23
                                },
                                "end": {
                                  "line": 35,
                                  "column": 29
                                },
                                "identifierName": "events"
                              },
                              "name": "events"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  },
                  "extra": {
                    "parenthesized": true,
                    "parenStart": 596
                  }
                },
                "arguments": []
              },
              "leadingComments": null
            }
          ],
          "kind": "const",
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * RemonEvents 즉 개발서비스에서 처리할 수 있는 이벤트에는 다음과 같이 있다.<br>\n * onInit: RemoteMonster API 서버와 연결이 되었을 때 발생하는 이벤트<br>\n * onConnectChannel: 채널에 연결되었을 때 발생하는 이벤트<br>\n * onCreateChannel: 채널 생성에 성공하였을 때 발생하는 이벤트<br>\n * onComplete: 연결에 성공하였을 때 발생하는 이벤트. 주로 먼저 채널을 만든 쪽에서 발생함<br>\n * onAddLocalStream: 로컬 영상이나 음성을 제어가능하게 받을 수 있을 때 발생하는 이벤트<br>\n * onAddRemoteStream: 상대편 영상이나 음성을 받을 수 있을 때 발생<br>\n * onStateChange: 통신 연결시작부터 종료까지 상태가 변경될 때마다 호출됨<br>\n * onDisconnectChannel: 상대편이 통신을 종료하였을 경우 호출<br>\n * onMessage: 상대방으로부터 메시지를 수신하였을 경우 호출됨<br>\n * onError: 통신 뿐 아니라 모든 과정에서 발생한 오류<br>\n ",
              "start": 0,
              "end": 575,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 0
                },
                "end": {
                  "line": 13,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": []
        }
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": "*\n * RemonEvents 즉 개발서비스에서 처리할 수 있는 이벤트에는 다음과 같이 있다.<br>\n * onInit: RemoteMonster API 서버와 연결이 되었을 때 발생하는 이벤트<br>\n * onConnectChannel: 채널에 연결되었을 때 발생하는 이벤트<br>\n * onCreateChannel: 채널 생성에 성공하였을 때 발생하는 이벤트<br>\n * onComplete: 연결에 성공하였을 때 발생하는 이벤트. 주로 먼저 채널을 만든 쪽에서 발생함<br>\n * onAddLocalStream: 로컬 영상이나 음성을 제어가능하게 받을 수 있을 때 발생하는 이벤트<br>\n * onAddRemoteStream: 상대편 영상이나 음성을 받을 수 있을 때 발생<br>\n * onStateChange: 통신 연결시작부터 종료까지 상태가 변경될 때마다 호출됨<br>\n * onDisconnectChannel: 상대편이 통신을 종료하였을 경우 호출<br>\n * onMessage: 상대방으로부터 메시지를 수신하였을 경우 호출됨<br>\n * onError: 통신 뿐 아니라 모든 과정에서 발생한 오류<br>\n ",
      "start": 0,
      "end": 575,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 13,
          "column": 3
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "for remon 2.0 call interface when create channel is successful",
      "start": 737,
      "end": 801,
      "loc": {
        "start": {
          "line": 20,
          "column": 17
        },
        "end": {
          "line": 20,
          "column": 81
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " for remon 2.0 cast interface when create and join room is successful",
      "start": 1013,
      "end": 1084,
      "loc": {
        "start": {
          "line": 31,
          "column": 14
        },
        "end": {
          "line": 31,
          "column": 85
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " for remon 2.0 cast interface when create and join room is successful",
      "start": 1100,
      "end": 1171,
      "loc": {
        "start": {
          "line": 32,
          "column": 15
        },
        "end": {
          "line": 32,
          "column": 86
        }
      }
    }
  ],
  "tokens": [
    {
      "type": "CommentBlock",
      "value": "*\n * RemonEvents 즉 개발서비스에서 처리할 수 있는 이벤트에는 다음과 같이 있다.<br>\n * onInit: RemoteMonster API 서버와 연결이 되었을 때 발생하는 이벤트<br>\n * onConnectChannel: 채널에 연결되었을 때 발생하는 이벤트<br>\n * onCreateChannel: 채널 생성에 성공하였을 때 발생하는 이벤트<br>\n * onComplete: 연결에 성공하였을 때 발생하는 이벤트. 주로 먼저 채널을 만든 쪽에서 발생함<br>\n * onAddLocalStream: 로컬 영상이나 음성을 제어가능하게 받을 수 있을 때 발생하는 이벤트<br>\n * onAddRemoteStream: 상대편 영상이나 음성을 받을 수 있을 때 발생<br>\n * onStateChange: 통신 연결시작부터 종료까지 상태가 변경될 때마다 호출됨<br>\n * onDisconnectChannel: 상대편이 통신을 종료하였을 경우 호출<br>\n * onMessage: 상대방으로부터 메시지를 수신하였을 경우 호출됨<br>\n * onError: 통신 뿐 아니라 모든 과정에서 발생한 오류<br>\n ",
      "start": 0,
      "end": 575,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 13,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 576,
      "end": 581,
      "loc": {
        "start": {
          "line": 14,
          "column": 0
        },
        "end": {
          "line": 14,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "remonEvents",
      "start": 582,
      "end": 593,
      "loc": {
        "start": {
          "line": 14,
          "column": 6
        },
        "end": {
          "line": 14,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 594,
      "end": 595,
      "loc": {
        "start": {
          "line": 14,
          "column": 18
        },
        "end": {
          "line": 14,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 596,
      "end": 597,
      "loc": {
        "start": {
          "line": 14,
          "column": 20
        },
        "end": {
          "line": 14,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 597,
      "end": 605,
      "loc": {
        "start": {
          "line": 14,
          "column": 21
        },
        "end": {
          "line": 14,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RemonEvents",
      "start": 606,
      "end": 617,
      "loc": {
        "start": {
          "line": 14,
          "column": 30
        },
        "end": {
          "line": 14,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 617,
      "end": 618,
      "loc": {
        "start": {
          "line": 14,
          "column": 41
        },
        "end": {
          "line": 14,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 618,
      "end": 619,
      "loc": {
        "start": {
          "line": 14,
          "column": 42
        },
        "end": {
          "line": 14,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 620,
      "end": 621,
      "loc": {
        "start": {
          "line": 14,
          "column": 44
        },
        "end": {
          "line": 14,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 624,
      "end": 629,
      "loc": {
        "start": {
          "line": 15,
          "column": 2
        },
        "end": {
          "line": 15,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "events",
      "start": 630,
      "end": 636,
      "loc": {
        "start": {
          "line": 15,
          "column": 8
        },
        "end": {
          "line": 15,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 637,
      "end": 638,
      "loc": {
        "start": {
          "line": 15,
          "column": 15
        },
        "end": {
          "line": 15,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 639,
      "end": 640,
      "loc": {
        "start": {
          "line": 15,
          "column": 17
        },
        "end": {
          "line": 15,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "onInit",
      "start": 645,
      "end": 653,
      "loc": {
        "start": {
          "line": 16,
          "column": 4
        },
        "end": {
          "line": 16,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 653,
      "end": 654,
      "loc": {
        "start": {
          "line": 16,
          "column": 12
        },
        "end": {
          "line": 16,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "onConnectChannel",
      "start": 659,
      "end": 677,
      "loc": {
        "start": {
          "line": 17,
          "column": 4
        },
        "end": {
          "line": 17,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 677,
      "end": 678,
      "loc": {
        "start": {
          "line": 17,
          "column": 22
        },
        "end": {
          "line": 17,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "onCreateChannel",
      "start": 683,
      "end": 700,
      "loc": {
        "start": {
          "line": 18,
          "column": 4
        },
        "end": {
          "line": 18,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 700,
      "end": 701,
      "loc": {
        "start": {
          "line": 18,
          "column": 21
        },
        "end": {
          "line": 18,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "onComplete",
      "start": 706,
      "end": 718,
      "loc": {
        "start": {
          "line": 19,
          "column": 4
        },
        "end": {
          "line": 19,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 718,
      "end": 719,
      "loc": {
        "start": {
          "line": 19,
          "column": 16
        },
        "end": {
          "line": 19,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "onConnect",
      "start": 724,
      "end": 735,
      "loc": {
        "start": {
          "line": 20,
          "column": 4
        },
        "end": {
          "line": 20,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 735,
      "end": 736,
      "loc": {
        "start": {
          "line": 20,
          "column": 15
        },
        "end": {
          "line": 20,
          "column": 16
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "for remon 2.0 call interface when create channel is successful",
      "start": 737,
      "end": 801,
      "loc": {
        "start": {
          "line": 20,
          "column": 17
        },
        "end": {
          "line": 20,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "onDisplayUserMedia",
      "start": 806,
      "end": 826,
      "loc": {
        "start": {
          "line": 21,
          "column": 4
        },
        "end": {
          "line": 21,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 826,
      "end": 827,
      "loc": {
        "start": {
          "line": 21,
          "column": 24
        },
        "end": {
          "line": 21,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "onAddLocalStream",
      "start": 832,
      "end": 850,
      "loc": {
        "start": {
          "line": 22,
          "column": 4
        },
        "end": {
          "line": 22,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 850,
      "end": 851,
      "loc": {
        "start": {
          "line": 22,
          "column": 22
        },
        "end": {
          "line": 22,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "onAddRemoteStream",
      "start": 856,
      "end": 875,
      "loc": {
        "start": {
          "line": 23,
          "column": 4
        },
        "end": {
          "line": 23,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 875,
      "end": 876,
      "loc": {
        "start": {
          "line": 23,
          "column": 23
        },
        "end": {
          "line": 23,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "onStateChange",
      "start": 881,
      "end": 896,
      "loc": {
        "start": {
          "line": 24,
          "column": 4
        },
        "end": {
          "line": 24,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 896,
      "end": 897,
      "loc": {
        "start": {
          "line": 24,
          "column": 19
        },
        "end": {
          "line": 24,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "onDisconnectChannel",
      "start": 902,
      "end": 923,
      "loc": {
        "start": {
          "line": 25,
          "column": 4
        },
        "end": {
          "line": 25,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 923,
      "end": 924,
      "loc": {
        "start": {
          "line": 25,
          "column": 25
        },
        "end": {
          "line": 25,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "onMessage",
      "start": 929,
      "end": 940,
      "loc": {
        "start": {
          "line": 26,
          "column": 4
        },
        "end": {
          "line": 26,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 940,
      "end": 941,
      "loc": {
        "start": {
          "line": 26,
          "column": 15
        },
        "end": {
          "line": 26,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "onError",
      "start": 946,
      "end": 955,
      "loc": {
        "start": {
          "line": 27,
          "column": 4
        },
        "end": {
          "line": 27,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 955,
      "end": 956,
      "loc": {
        "start": {
          "line": 27,
          "column": 13
        },
        "end": {
          "line": 27,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "onStat",
      "start": 961,
      "end": 969,
      "loc": {
        "start": {
          "line": 28,
          "column": 4
        },
        "end": {
          "line": 28,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 969,
      "end": 970,
      "loc": {
        "start": {
          "line": 28,
          "column": 12
        },
        "end": {
          "line": 28,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "onClose",
      "start": 975,
      "end": 984,
      "loc": {
        "start": {
          "line": 29,
          "column": 4
        },
        "end": {
          "line": 29,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 984,
      "end": 985,
      "loc": {
        "start": {
          "line": 29,
          "column": 13
        },
        "end": {
          "line": 29,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "onLog",
      "start": 990,
      "end": 997,
      "loc": {
        "start": {
          "line": 30,
          "column": 4
        },
        "end": {
          "line": 30,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 997,
      "end": 998,
      "loc": {
        "start": {
          "line": 30,
          "column": 11
        },
        "end": {
          "line": 30,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "onJoin",
      "start": 1003,
      "end": 1011,
      "loc": {
        "start": {
          "line": 31,
          "column": 4
        },
        "end": {
          "line": 31,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1011,
      "end": 1012,
      "loc": {
        "start": {
          "line": 31,
          "column": 12
        },
        "end": {
          "line": 31,
          "column": 13
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " for remon 2.0 cast interface when create and join room is successful",
      "start": 1013,
      "end": 1084,
      "loc": {
        "start": {
          "line": 31,
          "column": 14
        },
        "end": {
          "line": 31,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "onCreate",
      "start": 1089,
      "end": 1099,
      "loc": {
        "start": {
          "line": 32,
          "column": 4
        },
        "end": {
          "line": 32,
          "column": 14
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " for remon 2.0 cast interface when create and join room is successful",
      "start": 1100,
      "end": 1171,
      "loc": {
        "start": {
          "line": 32,
          "column": 15
        },
        "end": {
          "line": 32,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1174,
      "end": 1175,
      "loc": {
        "start": {
          "line": 33,
          "column": 2
        },
        "end": {
          "line": 33,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1175,
      "end": 1176,
      "loc": {
        "start": {
          "line": 33,
          "column": 3
        },
        "end": {
          "line": 33,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1180,
      "end": 1186,
      "loc": {
        "start": {
          "line": 35,
          "column": 2
        },
        "end": {
          "line": 35,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 1187,
      "end": 1193,
      "loc": {
        "start": {
          "line": 35,
          "column": 9
        },
        "end": {
          "line": 35,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1193,
      "end": 1194,
      "loc": {
        "start": {
          "line": 35,
          "column": 15
        },
        "end": {
          "line": 35,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "freeze",
      "start": 1194,
      "end": 1200,
      "loc": {
        "start": {
          "line": 35,
          "column": 16
        },
        "end": {
          "line": 35,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1200,
      "end": 1201,
      "loc": {
        "start": {
          "line": 35,
          "column": 22
        },
        "end": {
          "line": 35,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "events",
      "start": 1201,
      "end": 1207,
      "loc": {
        "start": {
          "line": 35,
          "column": 23
        },
        "end": {
          "line": 35,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1207,
      "end": 1208,
      "loc": {
        "start": {
          "line": 35,
          "column": 29
        },
        "end": {
          "line": 35,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1208,
      "end": 1209,
      "loc": {
        "start": {
          "line": 35,
          "column": 30
        },
        "end": {
          "line": 35,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1210,
      "end": 1211,
      "loc": {
        "start": {
          "line": 36,
          "column": 0
        },
        "end": {
          "line": 36,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1211,
      "end": 1212,
      "loc": {
        "start": {
          "line": 36,
          "column": 1
        },
        "end": {
          "line": 36,
          "column": 2
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1212,
      "end": 1213,
      "loc": {
        "start": {
          "line": 36,
          "column": 2
        },
        "end": {
          "line": 36,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1213,
      "end": 1214,
      "loc": {
        "start": {
          "line": 36,
          "column": 3
        },
        "end": {
          "line": 36,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1214,
      "end": 1215,
      "loc": {
        "start": {
          "line": 36,
          "column": 4
        },
        "end": {
          "line": 36,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "export",
        "keyword": "export",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "export",
      "start": 1217,
      "end": 1223,
      "loc": {
        "start": {
          "line": 38,
          "column": 0
        },
        "end": {
          "line": 38,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 1224,
      "end": 1231,
      "loc": {
        "start": {
          "line": 38,
          "column": 7
        },
        "end": {
          "line": 38,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "remonEvents",
      "start": 1232,
      "end": 1243,
      "loc": {
        "start": {
          "line": 38,
          "column": 15
        },
        "end": {
          "line": 38,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1243,
      "end": 1244,
      "loc": {
        "start": {
          "line": 38,
          "column": 26
        },
        "end": {
          "line": 38,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1245,
      "end": 1245,
      "loc": {
        "start": {
          "line": 39,
          "column": 0
        },
        "end": {
          "line": 39,
          "column": 0
        }
      }
    }
  ]
}