empty static method

CallId empty()
override

create CallId Empty

Implementation

static CallId empty() {
  return CallId({});
}